home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / id007.dxr / 00187.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  353 b   |  19 lines

  1. on exitFrame
  2.   if the timer < 1010 then
  3.     unloadMember("BEE 4 film")
  4.     unloadMember("BEE 5 film")
  5.     unloadMember("BEE 6 film")
  6.     unloadMember("BEE 7film")
  7.     go(the frame)
  8.   else
  9.     go(the frame + 1)
  10.   end if
  11. end
  12.  
  13. on mouseUp
  14.   set the visible of sprite 5 to 0
  15.   set the visible of sprite 6 to 0
  16.   set the visible of sprite 7 to 0
  17.   go(81)
  18. end
  19.